<Code Lib>
2027 Method
Changes 0
M

PathOfTravel.UpdateMultiple(Document, IList<ElementId>)

Description:
Updates the specified paths of travel by recalculating each path using their original start and end points.
Remarks:
For unsuccessfully updated elements, Revit will post warnings.
Overloads (2):

public static int UpdateMultiple(
	Document adoc,
	IList<ElementId> elementsToUpdate
)

  • adoc
    Document of elements to be updated.
  • IList<ElementId>
    elementsToUpdate
    The list of ElementIdof the paths to update.
Return Value Int32 number of successfully updated elements

Loading…